Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NList<T> Class / Swap Method


In This Topic
    Swap Method (NList<T>)
    In This Topic
    Swaps this list content with the specified other list.
    Syntax
    'Declaration
     
    
    Public Sub Swap( _
       ByVal other As NList(Of T) _
    ) 
    'Usage
     
    
    Dim instance As NList(Of T)
    Dim other As NList(Of T)
     
    instance.Swap(other)
    public void Swap( 
       NList<T> other
    )

    Parameters

    other
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also